FlowTrigger Constructors
An object defining constructors for the FlowTrigger class.
FlowTrigger(name, workflowData, workflowCodeInstance)
Constructor for the FlowTrigger class. Initializes a new instance of the FlowTrigger class.
Parameters:
name (required): string
The name of the flow object.
workflowData (required): IRuntimeWorkflowData
The workflow data associated with the flow object.
workflowCodeInstance (optional): IWorkflowCode
The optional workflow code instance.
FlowTrigger(name, workflowData, workflowCodeInstance)
Constructor for the FlowTrigger class. Initializes a new instance of the FlowTrigger class.
Parameters:
name (required): string
The name of the flow trigger.
workflowData (required): IRuntimeWorkflowData
The workflow data associated with the flow trigger.
workflowCodeInstance (optional): IWorkflowCode
The optional workflow code instance.